FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package acme.product.r4#3.0.0 (62 ms)

Package acme.product.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=acme.product.r4@3.0.0&canonical=https://fake-acme.org/fhir/StructureDefinition/ACME-product-observation-lab
Url https://fake-acme.org/fhir/StructureDefinition/ACME-product-observation-lab
Version 1.0.0
Status active
Date 2020-06-05T12:08:06.8492003+00:00
Name ACMEproductObservationLab
Title ACMEproductObservationLab
Experimental False
Description ACME-product-ObservationLab based on ACME-base-ObservartionLab Profile.
Type Observation
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://fake-acme.org/fhir/StructureDefinition/ACME-base-observation-lab ACMEbaseObservationLab
https://fake-acme.org/fhir/StructureDefinition/ACME-product-patient ACMEproductPatient


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "acme-product-observation-lab",
  "meta" : {
    "lastUpdated" : "2020-06-05T12:08:07.056+00:00"
  },
  "url" : "https://fake-acme.org/fhir/StructureDefinition/ACME-product-observation-lab",
  "version" : "1.0.0",
  "name" : "ACMEproductObservationLab",
  "title" : "ACMEproductObservationLab",
  "status" : "active",
  "date" : "2020-06-05T12:08:06.8492003+00:00",
  "description" : "ACME-product-ObservationLab based on ACME-base-ObservartionLab Profile.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "argonaut-dq-dstu2",
      "uri" : "http://unknown.org/Argonaut-DQ-DSTU2",
      "name" : "Argonaut-DQ-DSTU2"
    },
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "sct-concept",
      "uri" : "http://snomed.info/conceptdomain",
      "name" : "SNOMED CT Concept Domain Binding"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "sct-attr",
      "uri" : "http://snomed.org/attributebinding",
      "name" : "SNOMED CT Attribute Binding"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "https://fake-acme.org/fhir/StructureDefinition/ACME-base-observation-lab",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.identifier",
        "path" : "Observation.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.identifier:ACMEcorpIdentifier",
        "path" : "Observation.identifier",
        "sliceName" : "ACMEcorpIdentifier",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.identifier:ACMEcorpIdentifier.system",
        "path" : "Observation.identifier.system",
        "min" : 1,
        "fixedUri" : "https://fake-acme.org/fhir/NamingSystem/ObservationLab-Identifier"
      },
      {
        "id" : "Observation.identifier:ACMEcorpIdentifier.value",
        "path" : "Observation.identifier.value",
        "min" : 1
      },
      {
        "id" : "Observation.basedOn",
        "path" : "Observation.basedOn",
        "max" : "0"
      },
      {
        "id" : "Observation.partOf",
        "path" : "Observation.partOf",
        "max" : "0"
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fake-acme.org/fhir/StructureDefinition/ACME-product-patient"
            ]
          }
        ]
      },
      {
        "id" : "Observation.focus",
        "path" : "Observation.focus",
        "max" : "0"
      },
      {
        "id" : "Observation.encounter",
        "path" : "Observation.encounter",
        "max" : "0"
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "min" : 1
      },
      {
        "id" : "Observation.issued",
        "path" : "Observation.issued",
        "max" : "0"
      },
      {
        "id" : "Observation.performer",
        "path" : "Observation.performer",
        "max" : "0"
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          },
          {
            "code" : "CodeableConcept"
          }
        ]
      },
      {
        "id" : "Observation.dataAbsentReason",
        "path" : "Observation.dataAbsentReason",
        "max" : "0"
      },
      {
        "id" : "Observation.interpretation",
        "path" : "Observation.interpretation",
        "max" : "0"
      },
      {
        "id" : "Observation.note",
        "path" : "Observation.note",
        "max" : "0"
      },
      {
        "id" : "Observation.bodySite",
        "path" : "Observation.bodySite",
        "max" : "0"
      },
      {
        "id" : "Observation.method",
        "path" : "Observation.method",
        "max" : "0"
      },
      {
        "id" : "Observation.specimen",
        "path" : "Observation.specimen",
        "max" : "0"
      },
      {
        "id" : "Observation.device",
        "path" : "Observation.device",
        "min" : 1
      },
      {
        "id" : "Observation.referenceRange",
        "path" : "Observation.referenceRange",
        "min" : 1
      },
      {
        "id" : "Observation.hasMember",
        "path" : "Observation.hasMember",
        "max" : "0"
      },
      {
        "id" : "Observation.derivedFrom",
        "path" : "Observation.derivedFrom",
        "max" : "0"
      },
      {
        "id" : "Observation.component",
        "path" : "Observation.component",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.